home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / autoconf.10 / autoconf / autoconf-2.10 / testsuite / autoconf.s / syntax.exp < prev   
Encoding:
Text File  |  1994-09-27  |  295 b   |  11 lines

  1. # Test all of the acspecific.m4 macros. -*- TCL -*-
  2.  
  3. send_user "Checking for syntax errors in the specific tests...\n"
  4. set script {s/^AC_DEFUN(\([^,]*\).*/\1/p}
  5. set macros [exec sed -n $script $srcdir/../acspecific.m4]
  6.  
  7. foreach mac $macros {
  8.     send_user "$mac\n"
  9.     autoconf_test $mac $mac
  10. }
  11.